From 9309153abce778a970935b3d0796be4705c60e30 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 13 May 2019 17:43:44 +0000 Subject: [PATCH] Remove GTK_DEBUG=baselines This has been reimplemented differently in the inspector. --- docs/reference/gtk/running.xml | 4 ---- gtk/gtkdebug.h | 1 - gtk/gtkmain.c | 1 - 3 files changed, 6 deletions(-) diff --git a/docs/reference/gtk/running.xml b/docs/reference/gtk/running.xml index 044ab55356..fe6b7e6c70 100644 --- a/docs/reference/gtk/running.xml +++ b/docs/reference/gtk/running.xml @@ -95,10 +95,6 @@ additional environment variables. touchscreen Pretend the pointer is a touchscreen device - - baselines - Show baselines - updates Visual feedback about window updates diff --git a/gtk/gtkdebug.h b/gtk/gtkdebug.h index 936a990639..d3ef264cd1 100644 --- a/gtk/gtkdebug.h +++ b/gtk/gtkdebug.h @@ -45,7 +45,6 @@ typedef enum { GTK_DEBUG_BUILDER = 1 << 7, GTK_DEBUG_SIZE_REQUEST = 1 << 8, GTK_DEBUG_NO_CSS_CACHE = 1 << 9, - GTK_DEBUG_BASELINES = 1 << 10, GTK_DEBUG_INTERACTIVE = 1 << 11, GTK_DEBUG_TOUCHSCREEN = 1 << 12, GTK_DEBUG_ACTIONS = 1 << 13, diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index 36ec67891d..da2af519fd 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -172,7 +172,6 @@ static const GDebugKey gtk_debug_keys[] = { { "builder", GTK_DEBUG_BUILDER }, { "size-request", GTK_DEBUG_SIZE_REQUEST }, { "no-css-cache", GTK_DEBUG_NO_CSS_CACHE }, - { "baselines", GTK_DEBUG_BASELINES }, { "interactive", GTK_DEBUG_INTERACTIVE }, { "touchscreen", GTK_DEBUG_TOUCHSCREEN }, { "actions", GTK_DEBUG_ACTIONS }, -- 2.30.2